📒 Notes for Lecture 04: Headings, Links & CSS

  • Used HTML heading tags: <h1> to <h5> to organize content.
  • Paragraph with inline CSS example: style="background-color: thistle;".
  • Created links with <a> tag and target="_blank" to open in new tab.
  • External CSS file style.css sets the background color of the body.
  • Sample CSS used: body { background-color: rgb(192, 95, 144); }

Hinglish: Lecture 4 mein humne heading tags se content organize karna sikha, links banana aur unko naye tab mein open karna seekha. Saath hi, inline CSS aur external CSS dono ka use karke page ka background color change kiya. Ye basics web pages ke structure ke liye bahut important hain.

💻 Live Code Preview – Headings & Paragraph

If the iframe doesn’t load, click here to open Headings Demo in a new tab.

💻 Live Code Preview – Bookmark Manager

If the iframe doesn’t load, click here to open Bookmark Manager in a new tab.

← Back to Lecture Dashboard